From: | Jean-Bernard Delva |
Date: | 16 Aug 99 at 03:16:49 |
Subject: | SAS/C CPR's quit |
From: Jean-Bernard Delva <delva@cs.concordia.ca>
I have a call to MUI_DisposeObject(App) in a function registered with
atexit().
It works fine except when used with the SAS/C debugger CPR when I do a quit
command.
The function is called correctly but disposing of the MUI application involves
writing stuff to ENV: etc and it doesn't happen at all when stopping the
program in that way.
Using SnoopDos and SegTracker I've seen that CPR is the one who's doing the
DOS Open() and they fail. I don't understand why.
Has anybody been cursed with this or can offer some insight?
Thank you.
Jean-Bernard Delva